Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/frontendcharm/Mini-Projects/LOADERS/Sliding Box Loading MI/

index.html /cody/frontendcharm/Mini-Projects/LOADERS/Sliding Box Loading MI/index.html
378 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Sliding Box Loading MI/style.css
184 Views
0 Comments
:root {
--duration: 1.5s;
--container-size: 250px;
--box-size: 33px;
--box-border-radius: 15%;
}

html,
style.scss /cody/frontendcharm/Mini-Projects/LOADERS/Sliding Box Loading MI/style.scss
268 Views
0 Comments
@charset "UTF-8";

:root {
--duration: 1.5s;
--container-size: 250px;
--box-size: 33px;
--box-border-radius: 15%